home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9821 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  555 b 

  1. Path: heye.nexen.com!mdoar
  2. From: mdoar@acton.timeplex.com (Matthew B. Doar)
  3. Newsgroups: comp.unix.questions,comp.lang.c
  4. Subject: Bold ASCII
  5. Date: 13 Mar 1996 20:56:17 GMT
  6. Organization: Ascom Nexion
  7. Message-ID: <4i7cpj$hqa@nexen.nexen.com>
  8. Reply-To: mdoar@nexen.com
  9. NNTP-Posting-Host: heye.nexen.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Anyone know how to get bold strings of text
  13. from a program (termcap related?)
  14.  
  15. e.g.
  16.  
  17. printf("\012 This is in bold \013\n");
  18.  
  19. where \012 and \013 are whatever the magic ascii values 
  20. are to turn on and off bold. 
  21.  
  22. ~Matt
  23.